home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TMEMFORM / TMEMFORM.txt
Encoding:
Text File  |  2004-01-13  |  2.9 KB  |  149 lines

  1. object MemForm: TMemForm
  2.   Left = 279
  3.   Top = 200
  4.   Width = 300
  5.   Height = 170
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Matice'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 170
  10.   Constraints.MinWidth = 300
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 1
  23.     Top = 3
  24.     Width = 32
  25.     Height = 13
  26.     Anchors = [akLeft, akBottom]
  27.     Caption = 'Po∩┐╜.∩┐╜.:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 49
  31.     Top = 3
  32.     Width = 21
  33.     Height = 13
  34.     Anchors = [akLeft, akBottom]
  35.     Caption = 'Typ:'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 97
  39.     Top = 3
  40.     Width = 53
  41.     Height = 13
  42.     Anchors = [akLeft, akBottom]
  43.     Caption = 'Pozn∩┐╜mka:'
  44.   end
  45.   object OkButton: TButton
  46.     Left = 212
  47.     Top = 41
  48.     Width = 75
  49.     Height = 23
  50.     Anchors = [akLeft, akBottom]
  51.     Caption = 'O&K'
  52.     Enabled = False
  53.     ModalResult = 1
  54.     TabOrder = 5
  55.   end
  56.   object TabList: TTabList
  57.     Left = 0
  58.     Top = 41
  59.     Width = 202
  60.     Height = 102
  61.     Anchors = [akLeft, akBottom]
  62.     ExtendedSelect = False
  63.     ItemHeight = 13
  64.     TabOrder = 1
  65.     OnClick = TabListClick
  66.   end
  67.   object OdstranitVseButton: TButton
  68.     Left = 212
  69.     Top = 118
  70.     Width = 75
  71.     Height = 25
  72.     Anchors = [akLeft, akBottom]
  73.     Caption = 'Odstranit &v∩┐╜e'
  74.     Enabled = False
  75.     TabOrder = 4
  76.     OnClick = OdstranitVseButtonClick
  77.   end
  78.   object OdstranitButton: TButton
  79.     Left = 212
  80.     Top = 93
  81.     Width = 75
  82.     Height = 25
  83.     Anchors = [akLeft, akBottom]
  84.     Caption = '&Odstranit'
  85.     Enabled = False
  86.     TabOrder = 3
  87.     OnClick = OdstranitButtonClick
  88.   end
  89.   object PridatButton: TButton
  90.     Left = 212
  91.     Top = 12
  92.     Width = 75
  93.     Height = 23
  94.     Anchors = [akLeft, akBottom]
  95.     Caption = '&P∩┐╜idat'
  96.     Enabled = False
  97.     TabOrder = 2
  98.     OnClick = PridatButtonClick
  99.   end
  100.   object PoznamkaEdit: TEdit
  101.     Left = 96
  102.     Top = 18
  103.     Width = 106
  104.     Height = 21
  105.     Anchors = [akLeft, akBottom]
  106.     TabOrder = 0
  107.     OnChange = PoznamkaEditChange
  108.   end
  109.   object CisloEdit: TEdit
  110.     Left = 0
  111.     Top = 18
  112.     Width = 47
  113.     Height = 21
  114.     TabStop = False
  115.     Anchors = [akLeft, akBottom]
  116.     Color = clBtnFace
  117.     ParentShowHint = False
  118.     ReadOnly = True
  119.     ShowHint = True
  120.     TabOrder = 6
  121.     OnChange = PoznamkaEditChange
  122.   end
  123.   object RozmerEdit: TEdit
  124.     Left = 48
  125.     Top = 18
  126.     Width = 47
  127.     Height = 21
  128.     Hint = 'Typ matice'
  129.     TabStop = False
  130.     Anchors = [akLeft, akBottom]
  131.     Color = clBtnFace
  132.     ParentShowHint = False
  133.     ReadOnly = True
  134.     ShowHint = True
  135.     TabOrder = 7
  136.     OnChange = PoznamkaEditChange
  137.   end
  138.   object StornoButton: TButton
  139.     Left = 212
  140.     Top = 64
  141.     Width = 75
  142.     Height = 23
  143.     Anchors = [akLeft, akBottom]
  144.     Caption = '&Storno'
  145.     ModalResult = 2
  146.     TabOrder = 8
  147.   end
  148. end
  149.